home *** CD-ROM | disk | FTP | other *** search
/ Webshot XL / WEBSHOP_XL.ISO / WebShop XL / data1.cab / Program_DLLs / JScript.mdb / Methods.json < prev    next >
JavaScript Object Notation  |  2001-09-05  |  40KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Language": "Long Integer",
  5.         "Object": "Long Integer",
  6.         "Name": "Text (50)",
  7.         "Description": "Text (250)",
  8.         "Sintax1": "Text (250)",
  9.         "Sintax2": "Text (250)",
  10.         "Sintax3": "Text (250)"
  11.     },
  12.     "data": [
  13.         {
  14.             "ID": 1,
  15.             "Language": 0,
  16.             "Object": 8,
  17.             "Name": "anchor",
  18.             "Description": "Places an HTML anchor with a NAME attribute around specified text in the object",
  19.             "Sintax1": "<strVariable>.anchor(<anchorstring>)",
  20.             "Sintax2": "\"<String Literal>\".anchor(<anchorstring>)"
  21.         },
  22.         {
  23.             "ID": 2,
  24.             "Language": 0,
  25.             "Object": 8,
  26.             "Name": "big",
  27.             "Description": "Places HTML <BIG> tags around text in a String object",
  28.             "Sintax1": "<strVariable>.big( )",
  29.             "Sintax2": "\"<String Literal>\".big( )"
  30.         },
  31.         {
  32.             "ID": 3,
  33.             "Language": 0,
  34.             "Object": 8,
  35.             "Name": "blink",
  36.             "Description": "Places HTML <BLINK> tags around text in a String object",
  37.             "Sintax1": "<strVariable>.blink( )",
  38.             "Sintax2": "\"<String Literal>\".blink( )"
  39.         },
  40.         {
  41.             "ID": 4,
  42.             "Language": 0,
  43.             "Object": 8,
  44.             "Name": "bold",
  45.             "Description": "Places HTML <B> tags around text in a String object",
  46.             "Sintax1": "<strVariable>.bold( )",
  47.             "Sintax2": "\"<String Literal>\".bold( )"
  48.         },
  49.         {
  50.             "ID": 5,
  51.             "Language": 0,
  52.             "Object": 8,
  53.             "Name": "charAt",
  54.             "Description": "Returns the character at the specified index",
  55.             "Sintax1": "<strVariable>.charAt(<index>)",
  56.             "Sintax2": "\"<String Literal>\".charAt(<index>)"
  57.         },
  58.         {
  59.             "ID": 6,
  60.             "Language": 0,
  61.             "Object": 8,
  62.             "Name": "charCodeAt",
  63.             "Description": "Returns the Unicode encoding of the specified character",
  64.             "Sintax1": "<stringObj>.charCodeAt(<index>)"
  65.         },
  66.         {
  67.             "ID": 7,
  68.             "Language": 0,
  69.             "Object": 8,
  70.             "Name": "concat",
  71.             "Description": "Returns a String object containing the concatenation of two supplied strings",
  72.             "Sintax1": "<string1>.concat(<string2>)"
  73.         },
  74.         {
  75.             "ID": 8,
  76.             "Language": 0,
  77.             "Object": 8,
  78.             "Name": "fixed",
  79.             "Description": "Places HTML <TT> tags around text in a String object",
  80.             "Sintax1": "<strVariable>.fixed( )",
  81.             "Sintax2": "\"<String Literal>\".fixed( )"
  82.         },
  83.         {
  84.             "ID": 9,
  85.             "Language": 0,
  86.             "Object": 8,
  87.             "Name": "fontcolor",
  88.             "Description": "Places an HTML <FONT> tag with the COLOR attribute around the text in a String object",
  89.             "Sintax1": "<strVariable>.fontcolor(<colorval>)",
  90.             "Sintax2": "\"<String Literal>\".fontcolor(<colorval>)"
  91.         },
  92.         {
  93.             "ID": 10,
  94.             "Language": 0,
  95.             "Object": 8,
  96.             "Name": "fontsize",
  97.             "Description": "Places an HTML <FONT> tag with the SIZE attribute around the text in a String object",
  98.             "Sintax1": "<strVariable>.fontsize(<intSize>)",
  99.             "Sintax2": "\"<String Literal>\".fontsize(<intSize>)"
  100.         },
  101.         {
  102.             "ID": 11,
  103.             "Language": 0,
  104.             "Object": 8,
  105.             "Name": "fromCharCode",
  106.             "Description": "Returns a string from a number of Unicode character values",
  107.             "Sintax1": "<String>.fromCharCode(<code1>, <code2>, ..., < coden>)"
  108.         },
  109.         {
  110.             "ID": 12,
  111.             "Language": 0,
  112.             "Object": 8,
  113.             "Name": "indexOf",
  114.             "Description": "Returns the character position where the first occurrence a substring occurs within a String object",
  115.             "Sintax1": "<strVariable>.indexOf(<substring>, <startindex>)",
  116.             "Sintax2": "\"<String Literal>\".indexOf(<substring>, <startindex>)"
  117.         },
  118.         {
  119.             "ID": 13,
  120.             "Language": 0,
  121.             "Object": 8,
  122.             "Name": "italics",
  123.             "Description": "Places HTML <I> tags around text in a String object",
  124.             "Sintax1": "<strVariable>.italics( )",
  125.             "Sintax2": "\"<String Literal>\".italics( )"
  126.         },
  127.         {
  128.             "ID": 14,
  129.             "Language": 0,
  130.             "Object": 8,
  131.             "Name": "lastIndexOf",
  132.             "Description": "Returns the last occurrence of a substring within a String object",
  133.             "Sintax1": "<strVariable>.lastIndexOf(<substring>, <startindex>)",
  134.             "Sintax2": "\"<String Literal>\".lastIndexOf(<substring>, <startindex>)"
  135.         },
  136.         {
  137.             "ID": 15,
  138.             "Language": 0,
  139.             "Object": 8,
  140.             "Name": "link",
  141.             "Description": "Places an HTML anchor with an HREF attribute around the text in a String object",
  142.             "Sintax1": "<strVariable>.link(<linkstring>)",
  143.             "Sintax2": "\"<String Literal>\".link(<linkstring>)"
  144.         },
  145.         {
  146.             "ID": 16,
  147.             "Language": 0,
  148.             "Object": 8,
  149.             "Name": "match",
  150.             "Description": "Returns, as an array, the results of a search on a string using a supplied Regular Expression object",
  151.             "Sintax1": "<stringObj>.match(<rgExp>)"
  152.         },
  153.         {
  154.             "ID": 17,
  155.             "Language": 0,
  156.             "Object": 8,
  157.             "Name": "replace",
  158.             "Description": "Returns a copy of a string with text replaced using a regular expression",
  159.             "Sintax1": "<stringObj>.replace(<rgExp>, <replaceText>)"
  160.         },
  161.         {
  162.             "ID": 18,
  163.             "Language": 0,
  164.             "Object": 8,
  165.             "Name": "search",
  166.             "Description": "Returns the position of the first substring match in a regular expression search",
  167.             "Sintax1": "<stringObj>.search(<rgexp>)"
  168.         },
  169.         {
  170.             "ID": 19,
  171.             "Language": 0,
  172.             "Object": 8,
  173.             "Name": "slice",
  174.             "Description": "Returns a section of a string",
  175.             "Sintax1": "<stringObj>.slice(<start>,< [end]>)"
  176.         },
  177.         {
  178.             "ID": 20,
  179.             "Language": 0,
  180.             "Object": 8,
  181.             "Name": "small",
  182.             "Description": "Places HTML <SMALL> tags around text in a String object",
  183.             "Sintax1": "<strVariable>.small( )",
  184.             "Sintax2": "\"<String Literal>\".small( )"
  185.         },
  186.         {
  187.             "ID": 21,
  188.             "Language": 0,
  189.             "Object": 8,
  190.             "Name": "split",
  191.             "Description": "Returns the array of strings that results when a string is separated into substrings",
  192.             "Sintax1": "<stringObj>.split(<str>)"
  193.         },
  194.         {
  195.             "ID": 22,
  196.             "Language": 0,
  197.             "Object": 8,
  198.             "Name": "strike",
  199.             "Description": "Places HTML <STRIKE> tags around text in a String object",
  200.             "Sintax1": "<strVariable>.strike( )",
  201.             "Sintax2": "\"<String Literal>\".strike( )"
  202.         },
  203.         {
  204.             "ID": 23,
  205.             "Language": 0,
  206.             "Object": 8,
  207.             "Name": "sub",
  208.             "Description": "Places HTML <SUB> tags around text in a String object",
  209.             "Sintax1": "<strVariable>.sub( )",
  210.             "Sintax2": "\"<String Literal>\".sub( )"
  211.         },
  212.         {
  213.             "ID": 24,
  214.             "Language": 0,
  215.             "Object": 8,
  216.             "Name": "substr",
  217.             "Description": "Returns a substring beginning at a specified location and having a specified length",
  218.             "Sintax1": "<stringvar>.substr(<start [, length ]>)"
  219.         },
  220.         {
  221.             "ID": 26,
  222.             "Language": 0,
  223.             "Object": 8,
  224.             "Name": "sup",
  225.             "Description": "Places HTML <SUP> tags around text in a String object",
  226.             "Sintax1": "<strVariable>.sup( )",
  227.             "Sintax2": "\"<String Literal>\".sup( )"
  228.         },
  229.         {
  230.             "ID": 27,
  231.             "Language": 0,
  232.             "Object": 8,
  233.             "Name": "toLowerCase",
  234.             "Description": "Returns a string where all alphabetic characters have been converted to lowercase",
  235.             "Sintax1": "<strVariable>.toLowerCase( )",
  236.             "Sintax2": "\"<String Literal>\".toLowerCase( )"
  237.         },
  238.         {
  239.             "ID": 28,
  240.             "Language": 0,
  241.             "Object": 8,
  242.             "Name": "toUpperCase",
  243.             "Description": "Returns a string where all alphabetic characters have been converted to uppercase",
  244.             "Sintax1": "<strVariable>.toUpperCase( )",
  245.             "Sintax2": "\"<String Literal>\".toUpperCase( )"
  246.         },
  247.         {
  248.             "ID": 29,
  249.             "Language": 0,
  250.             "Object": 8,
  251.             "Name": "toString",
  252.             "Description": "Returns a string representation of an object.",
  253.             "Sintax1": "<objectname>.toString( )"
  254.         },
  255.         {
  256.             "ID": 30,
  257.             "Language": 0,
  258.             "Object": 8,
  259.             "Name": "valueOf",
  260.             "Description": "Returns the primitive value of the specified object",
  261.             "Sintax1": "<object>.valueOf( )"
  262.         },
  263.         {
  264.             "ID": 31,
  265.             "Language": 0,
  266.             "Object": 3,
  267.             "Name": "concat",
  268.             "Description": "Returns an new array consisting of a combination of two arrays",
  269.             "Sintax1": "<array1>.concat(<array2>)"
  270.         },
  271.         {
  272.             "ID": 32,
  273.             "Language": 0,
  274.             "Object": 3,
  275.             "Name": "join",
  276.             "Description": "Returns a String object consisting of all the elements of an array concatenated together",
  277.             "Sintax1": "<arrayobj>.join(<separator>)"
  278.         },
  279.         {
  280.             "ID": 33,
  281.             "Language": 0,
  282.             "Object": 3,
  283.             "Name": "reverse",
  284.             "Description": "Returns an Array object with the elements reversed",
  285.             "Sintax1": "<arrayobj>.reverse( )"
  286.         },
  287.         {
  288.             "ID": 35,
  289.             "Language": 0,
  290.             "Object": 3,
  291.             "Name": "sort",
  292.             "Description": "Returns an Array objec with the elements sorted",
  293.             "Sintax1": "<arrayobj>.sort(<sortfunction>)"
  294.         },
  295.         {
  296.             "ID": 36,
  297.             "Language": 0,
  298.             "Object": 3,
  299.             "Name": "toString",
  300.             "Description": "Returns a string representation of an object",
  301.             "Sintax1": "<objectname>.toString([<radix>])"
  302.         },
  303.         {
  304.             "ID": 37,
  305.             "Language": 0,
  306.             "Object": 3,
  307.             "Name": "valueOf",
  308.             "Description": "Returns the primitive value of the specified object",
  309.             "Sintax1": "<object>.valueOf( )"
  310.         },
  311.         {
  312.             "ID": 38,
  313.             "Language": 0,
  314.             "Object": 2,
  315.             "Name": "getDate",
  316.             "Description": "Returns the day of the month value in a Date object using local time",
  317.             "Sintax1": "<objDate>.getDate()"
  318.         },
  319.         {
  320.             "ID": 39,
  321.             "Language": 0,
  322.             "Object": 2,
  323.             "Name": "getDay",
  324.             "Description": "Returns the day of the week value in a Date object using local time",
  325.             "Sintax1": "<objDate>.getDay()"
  326.         },
  327.         {
  328.             "ID": 40,
  329.             "Language": 0,
  330.             "Object": 2,
  331.             "Name": "getFullYear",
  332.             "Description": "Returns the year value in the Date object using local time",
  333.             "Sintax1": "<objDate>.getFullYear()"
  334.         },
  335.         {
  336.             "ID": 41,
  337.             "Language": 0,
  338.             "Object": 2,
  339.             "Name": "getHours",
  340.             "Description": "Returns the hours value in a Date object using local time",
  341.             "Sintax1": "<objDate>.getHours()"
  342.         },
  343.         {
  344.             "ID": 42,
  345.             "Language": 0,
  346.             "Object": 2,
  347.             "Name": "getMilliseconds",
  348.             "Description": "Returns the milliseconds value in a Date object using local time",
  349.             "Sintax1": "<objDate>.getMilliseconds() \r\nRemarks"
  350.         },
  351.         {
  352.             "ID": 43,
  353.             "Language": 0,
  354.             "Object": 2,
  355.             "Name": "getMinutes",
  356.             "Description": "Returns the minutes value in a Date object using local time",
  357.             "Sintax1": "<objDate>.getMinutes()"
  358.         },
  359.         {
  360.             "ID": 44,
  361.             "Language": 0,
  362.             "Object": 2,
  363.             "Name": "getMonth",
  364.             "Description": "Returns the month value in the Date object using local time",
  365.             "Sintax1": "<objDate>.getMonth()"
  366.         },
  367.         {
  368.             "ID": 45,
  369.             "Language": 0,
  370.             "Object": 2,
  371.             "Name": "getSeconds",
  372.             "Description": "Returns the seconds value in a Date object using local time",
  373.             "Sintax1": "<objDate>.getSeconds()"
  374.         },
  375.         {
  376.             "ID": 46,
  377.             "Language": 0,
  378.             "Object": 2,
  379.             "Name": "getTime",
  380.             "Description": "Returns the time value in a Date object",
  381.             "Sintax1": "<objDate>.getTime()"
  382.         },
  383.         {
  384.             "ID": 47,
  385.             "Language": 0,
  386.             "Object": 2,
  387.             "Name": "getTimezoneOffset",
  388.             "Description": "Returns the difference in minutes between the time on the host computer and Universal Coordinated Time (UTC)",
  389.             "Sintax1": "<objDate>.getTimezoneOffset()"
  390.         },
  391.         {
  392.             "ID": 48,
  393.             "Language": 0,
  394.             "Object": 2,
  395.             "Name": "getUTCDate",
  396.             "Description": "Returns the date in a Date object using Universal Coordinated Time (UTC)",
  397.             "Sintax1": "<objDate>.getUTCDate()"
  398.         },
  399.         {
  400.             "ID": 49,
  401.             "Language": 0,
  402.             "Object": 2,
  403.             "Name": "getUTCDay",
  404.             "Description": "Returns the day of the week value in a Date object using Universal Coordinated Time (UTC)",
  405.             "Sintax1": "<objDate>.getUTCDay()"
  406.         },
  407.         {
  408.             "ID": 50,
  409.             "Language": 0,
  410.             "Object": 2,
  411.             "Name": "getUTCFullYear",
  412.             "Description": "Returns the year value in a Date object using Universal Coordinated Time (UTC)",
  413.             "Sintax1": "<objDate>.getUTCFullYear()"
  414.         },
  415.         {
  416.             "ID": 51,
  417.             "Language": 0,
  418.             "Object": 2,
  419.             "Name": "getUTCHours",
  420.             "Description": "Returns the hours value in a Date object using Universal Coordinated Time (UTC)",
  421.             "Sintax1": "<objDate>.getUTCHours()"
  422.         },
  423.         {
  424.             "ID": 52,
  425.             "Language": 0,
  426.             "Object": 2,
  427.             "Name": "getUTCMilliseconds",
  428.             "Description": "Returns the milliseconds value in a Date object using Universal Coordinated Time (UTC)",
  429.             "Sintax1": "<objDate>.getUTCMilliseconds()"
  430.         },
  431.         {
  432.             "ID": 53,
  433.             "Language": 0,
  434.             "Object": 2,
  435.             "Name": "getUTCMinutes",
  436.             "Description": "Returns the minutes value in a Date object using Universal Coordinated Time (UTC)",
  437.             "Sintax1": "<objDate>.getUTCMinutes()"
  438.         },
  439.         {
  440.             "ID": 54,
  441.             "Language": 0,
  442.             "Object": 2,
  443.             "Name": "getUTCMonth",
  444.             "Description": "Returns the month value value in a Date object using Universal Coordinated Time (UTC)",
  445.             "Sintax1": "<objDate>.getUTCMonth()"
  446.         },
  447.         {
  448.             "ID": 55,
  449.             "Language": 0,
  450.             "Object": 2,
  451.             "Name": "getUTCSeconds",
  452.             "Description": "Returns the seconds value in a Date object using Universal Coordinated Time (UTC)",
  453.             "Sintax1": "<objDate>.getUTCSeconds()"
  454.         },
  455.         {
  456.             "ID": 56,
  457.             "Language": 0,
  458.             "Object": 2,
  459.             "Name": "getVarDate",
  460.             "Description": "Returns the VT_DATE value in a Date object",
  461.             "Sintax1": "<dateobj>.getVarDate( )"
  462.         },
  463.         {
  464.             "ID": 57,
  465.             "Language": 0,
  466.             "Object": 2,
  467.             "Name": "getYear",
  468.             "Description": "Returns the year value in a Date object",
  469.             "Sintax1": "<objDate>.getYear( )"
  470.         },
  471.         {
  472.             "ID": 58,
  473.             "Language": 0,
  474.             "Object": 2,
  475.             "Name": "setDate",
  476.             "Description": "Sets the numeric date of the Date object according local time.",
  477.             "Sintax1": "<objDate>.setDate(<numDate>)"
  478.         },
  479.         {
  480.             "ID": 59,
  481.             "Language": 0,
  482.             "Object": 2,
  483.             "Name": "setFullYear",
  484.             "Description": "Sets the year value in the Date object using local time",
  485.             "Sintax1": "<objDate>.setFullYear(<numYear>[, <numMonth>[, <numDate>]])"
  486.         },
  487.         {
  488.             "ID": 60,
  489.             "Language": 0,
  490.             "Object": 2,
  491.             "Name": "setHours",
  492.             "Description": "Sets the hour value in the Date object using local time",
  493.             "Sintax1": "<objDate>.setHours(<numHours>[, <numMin>[, <numSec>[, <numMilli>]]])"
  494.         },
  495.         {
  496.             "ID": 61,
  497.             "Language": 0,
  498.             "Object": 2,
  499.             "Name": "setMilliseconds",
  500.             "Description": "Sets the milliseconds value in the Date object using local time",
  501.             "Sintax1": "<objDate>.setMilliseconds(<numMilli>)"
  502.         },
  503.         {
  504.             "ID": 62,
  505.             "Language": 0,
  506.             "Object": 2,
  507.             "Name": "setMinutes",
  508.             "Description": "Sets the minutes value in the Date object using local time",
  509.             "Sintax1": "<objDate>.setMinutes(<numMinutes>[, <numSeconds>[, <numMilli>]])"
  510.         },
  511.         {
  512.             "ID": 63,
  513.             "Language": 0,
  514.             "Object": 2,
  515.             "Name": "setMonth",
  516.             "Description": "Sets the month value in the Date object using local time",
  517.             "Sintax1": "<objDate>.setMonth(<numMonth>[, <dateVal>])"
  518.         },
  519.         {
  520.             "ID": 64,
  521.             "Language": 0,
  522.             "Object": 2,
  523.             "Name": "setSeconds",
  524.             "Description": "Sets the seconds value in the Date object using local time",
  525.             "Sintax1": "<objDate>.setSeconds(<numSeconds>[, <numMilli>])"
  526.         },
  527.         {
  528.             "ID": 65,
  529.             "Language": 0,
  530.             "Object": 2,
  531.             "Name": "setTime",
  532.             "Description": "Sets the date and time value in the Date object",
  533.             "Sintax1": "<objDate>.setTime(<milliseconds>)"
  534.         },
  535.         {
  536.             "ID": 66,
  537.             "Language": 0,
  538.             "Object": 2,
  539.             "Name": "setUTCDate",
  540.             "Description": "Sets the numeric date in the Date object using Universal Coordinated Time (UTC)",
  541.             "Sintax1": "<objDate>.setUTCDate(<numDate>)"
  542.         },
  543.         {
  544.             "ID": 67,
  545.             "Language": 0,
  546.             "Object": 2,
  547.             "Name": "setUTCFullYear",
  548.             "Description": "Sets the year value in the Date object using Universal Coordinated Time (UTC)",
  549.             "Sintax1": "<objDate>.setUTCFullYear(<numYear>[, <numMonth>[, <numDate>]])"
  550.         },
  551.         {
  552.             "ID": 68,
  553.             "Language": 0,
  554.             "Object": 2,
  555.             "Name": "setUTCHours",
  556.             "Description": "Sets the hours value in the Date object using Universal Coordinated Time (UTC)",
  557.             "Sintax1": "<objDate>.setUTCHours(<numHours>[, <numMin>[, <numSec>[, <numMilli>]]])"
  558.         },
  559.         {
  560.             "ID": 69,
  561.             "Language": 0,
  562.             "Object": 2,
  563.             "Name": "setUTCMilliseconds",
  564.             "Description": "Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC)",
  565.             "Sintax1": "<objDate>.setUTCMilliseconds(<numMilli>)"
  566.         },
  567.         {
  568.             "ID": 70,
  569.             "Language": 0,
  570.             "Object": 2,
  571.             "Name": "setUTCMinutes",
  572.             "Description": "Sets the minutes value in the Date object using Universal Coordinated Time (UTC)",
  573.             "Sintax1": "<objDate>.setUTCMinutes(<numMinutes>[, <numSeconds>[, <numMilli>]])"
  574.         },
  575.         {
  576.             "ID": 71,
  577.             "Language": 0,
  578.             "Object": 2,
  579.             "Name": "setUTCMonth",
  580.             "Description": "Sets the month value in the Date object using Universal Coordinated Time (UTC)",
  581.             "Sintax1": "<objDate>.setUTCMonth(<numMonth>[, <dateVal>])"
  582.         },
  583.         {
  584.             "ID": 72,
  585.             "Language": 0,
  586.             "Object": 2,
  587.             "Name": "setUTCSeconds",
  588.             "Description": "Sets the seconds value in the Date object using Universal Coordinated Time (UTC)",
  589.             "Sintax1": "<objDate>.setUTCSeconds(<numSeconds>[, <numMilli>])"
  590.         },
  591.         {
  592.             "ID": 74,
  593.             "Language": 0,
  594.             "Object": 2,
  595.             "Name": "toGMTString",
  596.             "Description": "Returns a date converted to a string using Greenwich Mean Time(GMT).",
  597.             "Sintax1": "<objDate>.toGMTString()"
  598.         },
  599.         {
  600.             "ID": 75,
  601.             "Language": 0,
  602.             "Object": 2,
  603.             "Name": "toLocaleString",
  604.             "Description": "Returns a date converted to a string using the current locale",
  605.             "Sintax1": "<dateObj>.toLocaleString( )"
  606.         },
  607.         {
  608.             "ID": 76,
  609.             "Language": 0,
  610.             "Object": 2,
  611.             "Name": "toUTCString",
  612.             "Description": "Returns a date converted to a string using Universal Coordinated Time (UTC)",
  613.             "Sintax1": "<objDate>.toUTCString()"
  614.         },
  615.         {
  616.             "ID": 77,
  617.             "Language": 0,
  618.             "Object": 2,
  619.             "Name": "toString",
  620.             "Description": "Returns a string representation of an object",
  621.             "Sintax1": "<objectname>.toString([<radix>])"
  622.         },
  623.         {
  624.             "ID": 78,
  625.             "Language": 0,
  626.             "Object": 2,
  627.             "Name": "valueOf",
  628.             "Description": "Returns the primitive value of the specified object",
  629.             "Sintax1": "<object>.valueOf( )"
  630.         },
  631.         {
  632.             "ID": 79,
  633.             "Language": 0,
  634.             "Object": 4,
  635.             "Name": "toString",
  636.             "Description": "Returns a string representation of an object",
  637.             "Sintax1": "<objectname>.toString([<radix>])"
  638.         },
  639.         {
  640.             "ID": 80,
  641.             "Language": 0,
  642.             "Object": 4,
  643.             "Name": "valueOf",
  644.             "Description": "Returns the primitive value of the specified object",
  645.             "Sintax1": "<object>.valueOf( )"
  646.         },
  647.         {
  648.             "ID": 81,
  649.             "Language": 0,
  650.             "Object": 1,
  651.             "Name": "toString",
  652.             "Description": "Returns a string representation of an object",
  653.             "Sintax1": "<objectname>.toString([<radix>])"
  654.         },
  655.         {
  656.             "ID": 82,
  657.             "Language": 0,
  658.             "Object": 1,
  659.             "Name": "valueOf",
  660.             "Description": "Returns the primitive value of the specified object",
  661.             "Sintax1": "<object>.valueOf( )"
  662.         },
  663.         {
  664.             "ID": 83,
  665.             "Language": 0,
  666.             "Object": 5,
  667.             "Name": "atEnd",
  668.             "Description": "Returns a Boolean value indicating if the enumerator is at the end of the collection",
  669.             "Sintax1": "<myEnum>.atEnd( )"
  670.         },
  671.         {
  672.             "ID": 84,
  673.             "Language": 0,
  674.             "Object": 5,
  675.             "Name": "item",
  676.             "Description": "Returns the current item in the collection",
  677.             "Sintax1": "<myEnum>.item( )"
  678.         },
  679.         {
  680.             "ID": 85,
  681.             "Language": 0,
  682.             "Object": 5,
  683.             "Name": "moveFirst",
  684.             "Description": "Resets the current item in the collection to the first item",
  685.             "Sintax1": "<myEnum>.moveFirst( )"
  686.         },
  687.         {
  688.             "ID": 86,
  689.             "Language": 0,
  690.             "Object": 5,
  691.             "Name": "moveNext",
  692.             "Description": "Moves the current item to the next item in the collection",
  693.             "Sintax1": "<myEnum>.moveNext( )"
  694.         },
  695.         {
  696.             "ID": 87,
  697.             "Language": 0,
  698.             "Object": 7,
  699.             "Name": "abs",
  700.             "Description": "Returns the absolute value of a number",
  701.             "Sintax1": "Math.abs(<number>)"
  702.         },
  703.         {
  704.             "ID": 88,
  705.             "Language": 0,
  706.             "Object": 7,
  707.             "Name": "acos",
  708.             "Description": "Returns the arccosine of a number",
  709.             "Sintax1": "Math.acos(<number>)"
  710.         },
  711.         {
  712.             "ID": 89,
  713.             "Language": 0,
  714.             "Object": 7,
  715.             "Name": "asin",
  716.             "Description": "Returns the arcsine of a number",
  717.             "Sintax1": "Math.asin(<number>)"
  718.         },
  719.         {
  720.             "ID": 91,
  721.             "Language": 0,
  722.             "Object": 7,
  723.             "Name": "atan2",
  724.             "Description": "Returns the angle (in radians) from the X axis to a point (y,x)",
  725.             "Sintax1": "Math.atan2(<y>, <x>)"
  726.         },
  727.         {
  728.             "ID": 92,
  729.             "Language": 0,
  730.             "Object": 7,
  731.             "Name": "ceil",
  732.             "Description": "Returns the smallest integer greater than or equal to its numeric argument",
  733.             "Sintax1": "Math.ceil(<number>)"
  734.         },
  735.         {
  736.             "ID": 93,
  737.             "Language": 0,
  738.             "Object": 7,
  739.             "Name": "cos",
  740.             "Description": "Returns the cosine of a number",
  741.             "Sintax1": "Math.cos(<number>)"
  742.         },
  743.         {
  744.             "ID": 94,
  745.             "Language": 0,
  746.             "Object": 7,
  747.             "Name": "exp",
  748.             "Description": "Returns e (the base of natural logarithms) raised to a power",
  749.             "Sintax1": "Math.exp(<number>)"
  750.         },
  751.         {
  752.             "ID": 95,
  753.             "Language": 0,
  754.             "Object": 7,
  755.             "Name": "floor",
  756.             "Description": "Returns the greatest integer less than or equal to its numeric argument",
  757.             "Sintax1": "Math.floor(<number>)"
  758.         },
  759.         {
  760.             "ID": 96,
  761.             "Language": 0,
  762.             "Object": 7,
  763.             "Name": "log",
  764.             "Description": "Returns the natural logarithm of a number",
  765.             "Sintax1": "Math.log(<number>)"
  766.         },
  767.         {
  768.             "ID": 97,
  769.             "Language": 0,
  770.             "Object": 7,
  771.             "Name": "max",
  772.             "Description": "Returns the greater of two supplied numeric expressions",
  773.             "Sintax1": "<retVal> = Math.max(<number1>, <number2>)"
  774.         },
  775.         {
  776.             "ID": 98,
  777.             "Language": 0,
  778.             "Object": 7,
  779.             "Name": "min",
  780.             "Description": "Returns the lesser of two supplied numbers",
  781.             "Sintax1": "<retVal> = Math.min(<number1>, <number2>)"
  782.         },
  783.         {
  784.             "ID": 99,
  785.             "Language": 0,
  786.             "Object": 7,
  787.             "Name": "pow",
  788.             "Description": "Returns the value of a base expression taken to a specified power",
  789.             "Sintax1": "Math.pow(<base>, <exponent>)"
  790.         },
  791.         {
  792.             "ID": 101,
  793.             "Language": 0,
  794.             "Object": 7,
  795.             "Name": "round",
  796.             "Description": "Returns a supplied numeric expression rounded to the nearest integer",
  797.             "Sintax1": "Math.round(<number>)"
  798.         },
  799.         {
  800.             "ID": 102,
  801.             "Language": 0,
  802.             "Object": 7,
  803.             "Name": "sin",
  804.             "Description": "Returns the sine of a number",
  805.             "Sintax1": "Math.sin(<number>)"
  806.         },
  807.         {
  808.             "ID": 103,
  809.             "Language": 0,
  810.             "Object": 7,
  811.             "Name": "sqrt",
  812.             "Description": "Returns the square root of a number",
  813.             "Sintax1": "Math.sqrt(<number>)"
  814.         },
  815.         {
  816.             "ID": 104,
  817.             "Language": 0,
  818.             "Object": 7,
  819.             "Name": "tan",
  820.             "Description": "Returns the tangent of a number",
  821.             "Sintax1": "Math.tan(<number>)"
  822.         },
  823.         {
  824.             "ID": 105,
  825.             "Language": 0,
  826.             "Object": 8,
  827.             "Name": "toString",
  828.             "Description": "Returns a string representation of an object",
  829.             "Sintax1": "<objectname>.toString(<[radix]>)"
  830.         },
  831.         {
  832.             "ID": 106,
  833.             "Language": 0,
  834.             "Object": 10,
  835.             "Name": "escape",
  836.             "Description": "Encodes String objects so they can be read on all computers",
  837.             "Sintax1": "escape(<charstring>)"
  838.         },
  839.         {
  840.             "ID": 107,
  841.             "Language": 0,
  842.             "Object": 10,
  843.             "Name": "eval",
  844.             "Description": "Evaluates JScript code and executes it",
  845.             "Sintax1": "eval(<codestring>)"
  846.         },
  847.         {
  848.             "ID": 108,
  849.             "Language": 0,
  850.             "Object": 10,
  851.             "Name": "isFinite",
  852.             "Description": "Returns a Boolean value that indicates if a supplied number is finite",
  853.             "Sintax1": "isFinite(<number>)"
  854.         },
  855.         {
  856.             "ID": 109,
  857.             "Language": 0,
  858.             "Object": 10,
  859.             "Name": "isNaN",
  860.             "Description": "Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number)",
  861.             "Sintax1": "isNaN(<numvalue>)"
  862.         },
  863.         {
  864.             "ID": 110,
  865.             "Language": 0,
  866.             "Object": 10,
  867.             "Name": "parseFloat",
  868.             "Description": "Returns a floating-point number converted from a string",
  869.             "Sintax1": "parseFloat(<numstring>)"
  870.         },
  871.         {
  872.             "ID": 111,
  873.             "Language": 0,
  874.             "Object": 10,
  875.             "Name": "parseInt",
  876.             "Description": "Returns an integer converted from a string",
  877.             "Sintax1": "parseInt(<numstring>, [<radix>])"
  878.         },
  879.         {
  880.             "ID": 112,
  881.             "Language": 0,
  882.             "Object": 10,
  883.             "Name": "unescape",
  884.             "Description": "Decodes String objects encoded with the escape method",
  885.             "Sintax1": "unescape(<charstring>)"
  886.         },
  887.         {
  888.             "ID": 113,
  889.             "Language": 0,
  890.             "Object": 11,
  891.             "Name": "toString",
  892.             "Description": "Returns a string representation of an object",
  893.             "Sintax1": "<objectname>.toString([<radix>])"
  894.         },
  895.         {
  896.             "ID": 114,
  897.             "Language": 0,
  898.             "Object": 11,
  899.             "Name": "valueOf",
  900.             "Description": "Returns the primitive value of the specified object",
  901.             "Sintax1": "<object>.valueOf( )"
  902.         },
  903.         {
  904.             "ID": 115,
  905.             "Language": 0,
  906.             "Object": 12,
  907.             "Name": "toString",
  908.             "Description": "Returns a string representation of an object",
  909.             "Sintax1": "<objectname>.toString([<radix>])"
  910.         },
  911.         {
  912.             "ID": 116,
  913.             "Language": 0,
  914.             "Object": 12,
  915.             "Name": "valueOf",
  916.             "Description": "Returns the primitive value of the specified object",
  917.             "Sintax1": "<object>.valueOf( )"
  918.         },
  919.         {
  920.             "ID": 117,
  921.             "Language": 0,
  922.             "Object": 14,
  923.             "Name": "compile",
  924.             "Description": "Compiles a regular expression into an internal format",
  925.             "Sintax1": "<rgexp>.compile(<pattern>)"
  926.         },
  927.         {
  928.             "ID": 118,
  929.             "Language": 0,
  930.             "Object": 14,
  931.             "Name": "exec",
  932.             "Description": "Executes a search for a match in a specified string",
  933.             "Sintax1": "<rgexp>.exec(<str>)"
  934.         },
  935.         {
  936.             "ID": 119,
  937.             "Language": 0,
  938.             "Object": 14,
  939.             "Name": "test",
  940.             "Description": "Returns a Boolean value that indicates whether or not a pattern exists in a searched string",
  941.             "Sintax1": "<rgexp>.test(<str>)"
  942.         },
  943.         {
  944.             "ID": 120,
  945.             "Language": 0,
  946.             "Object": 15,
  947.             "Name": "Add",
  948.             "Description": "Adds a key and item pair to a Dictionary object",
  949.             "Sintax1": "<object>.Add (<key>, <item>)"
  950.         },
  951.         {
  952.             "ID": 121,
  953.             "Language": 0,
  954.             "Object": 15,
  955.             "Name": "Exists",
  956.             "Description": "Returns true if a specified key exists in the Dictionary object, false if it does not",
  957.             "Sintax1": "<object>.Exists(<key>)"
  958.         },
  959.         {
  960.             "ID": 122,
  961.             "Language": 0,
  962.             "Object": 15,
  963.             "Name": "Items",
  964.             "Description": "Returns an array containing all the items in a Dictionary object",
  965.             "Sintax1": "<object>.Items( )"
  966.         },
  967.         {
  968.             "ID": 123,
  969.             "Language": 0,
  970.             "Object": 15,
  971.             "Name": "Keys",
  972.             "Description": "Returns an array containing all existing keys in a Dictionary object",
  973.             "Sintax1": "<object>.Keys( )"
  974.         },
  975.         {
  976.             "ID": 124,
  977.             "Language": 0,
  978.             "Object": 15,
  979.             "Name": "Remove",
  980.             "Description": "Removes a key, item pair from a Dictionary object",
  981.             "Sintax1": "<object>.Remove(<key>)"
  982.         },
  983.         {
  984.             "ID": 125,
  985.             "Language": 0,
  986.             "Object": 15,
  987.             "Name": "RemoveAll",
  988.             "Description": "The RemoveAll method removes all key, item pairs from a Dictionary object",
  989.             "Sintax1": "<object>.RemoveAll( )"
  990.         },
  991.         {
  992.             "ID": 126,
  993.             "Language": 0,
  994.             "Object": 16,
  995.             "Name": "Copy",
  996.             "Description": "Copies a specified file or folder from one location to another",
  997.             "Sintax1": "<object>.Copy( <destination>[, <overwrite>] );"
  998.         },
  999.         {
  1000.             "ID": 127,
  1001.             "Language": 0,
  1002.             "Object": 16,
  1003.             "Name": "Delete",
  1004.             "Description": "Deletes a specified file or folder",
  1005.             "Sintax1": "<object>.Delete( <force>);"
  1006.         },
  1007.         {
  1008.             "ID": 128,
  1009.             "Language": 0,
  1010.             "Object": 16,
  1011.             "Name": "Move",
  1012.             "Description": "Moves a specified file or folder from one location to another",
  1013.             "Sintax1": "<object>.Move( <destination> );"
  1014.         },
  1015.         {
  1016.             "ID": 129,
  1017.             "Language": 0,
  1018.             "Object": 16,
  1019.             "Name": "OpenAsTextStream",
  1020.             "Description": "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file",
  1021.             "Sintax1": "<object>.OpenAsTextStream([<iomode>, [<format>]])"
  1022.         },
  1023.         {
  1024.             "ID": 130,
  1025.             "Language": 0,
  1026.             "Object": 17,
  1027.             "Name": "BuildPath",
  1028.             "Description": "Appends a name to an existing path",
  1029.             "Sintax1": "<object>.BuildPath(<path>, <name>)"
  1030.         },
  1031.         {
  1032.             "ID": 131,
  1033.             "Language": 0,
  1034.             "Object": 17,
  1035.             "Name": "CopyFile",
  1036.             "Description": "Copies one or more files from one location to another",
  1037.             "Sintax1": "<object>.CopyFile (<source>, <destination>[, <overwrite>])"
  1038.         },
  1039.         {
  1040.             "ID": 132,
  1041.             "Language": 0,
  1042.             "Object": 17,
  1043.             "Name": "CopyFolder",
  1044.             "Description": "Recursively copies a folder from one location to another",
  1045.             "Sintax1": "<object>.CopyFolder (< source>, <destination>[, <overwrite>]);"
  1046.         },
  1047.         {
  1048.             "ID": 133,
  1049.             "Language": 0,
  1050.             "Object": 17,
  1051.             "Name": "CreateFolder",
  1052.             "Description": "Creates a folder",
  1053.             "Sintax1": "<object>.CreateFolder(<foldername>)"
  1054.         },
  1055.         {
  1056.             "ID": 134,
  1057.             "Language": 0,
  1058.             "Object": 17,
  1059.             "Name": "CreateTextFile",
  1060.             "Description": "Creates a specified file name and returns a TextStream object that can be used to read from or write to the file",
  1061.             "Sintax1": "<object>.CreateTextFile(<filename>[, <overwrite>[, <unicode>]])"
  1062.         },
  1063.         {
  1064.             "ID": 135,
  1065.             "Language": 0,
  1066.             "Object": 17,
  1067.             "Name": "DeleteFile",
  1068.             "Description": "Deletes a specified file",
  1069.             "Sintax1": "<object>.DeleteFile (< filespec>[, <force>] );"
  1070.         },
  1071.         {
  1072.             "ID": 136,
  1073.             "Language": 0,
  1074.             "Object": 17,
  1075.             "Name": "DeleteFolder",
  1076.             "Description": "Deletes a specified folder and its contents",
  1077.             "Sintax1": "<object>.DeleteFolder (< folderspec>[, <force>] );"
  1078.         },
  1079.         {
  1080.             "ID": 137,
  1081.             "Language": 0,
  1082.             "Object": 17,
  1083.             "Name": "DriveExists",
  1084.             "Description": "Returns True if the specified drive exists; False if it does not",
  1085.             "Sintax1": "<object>.DriveExists(<drivespec>)"
  1086.         },
  1087.         {
  1088.             "ID": 139,
  1089.             "Language": 0,
  1090.             "Object": 17,
  1091.             "Name": "FolderExists",
  1092.             "Description": "Returns True if a specified folder exists; False if it does not",
  1093.             "Sintax1": "<object>.FolderExists(<folderspec>)"
  1094.         },
  1095.         {
  1096.             "ID": 140,
  1097.             "Language": 0,
  1098.             "Object": 17,
  1099.             "Name": "GetAbsolutePathName",
  1100.             "Description": "Returns a complete and unambiguous path from a provided path specification",
  1101.             "Sintax1": "<object>.GetAbsolutePathName(<pathspec>)"
  1102.         },
  1103.         {
  1104.             "ID": 141,
  1105.             "Language": 0,
  1106.             "Object": 17,
  1107.             "Name": "GetBaseName",
  1108.             "Description": "Returns a string containing the base name of the last component, less any file extension, in a path",
  1109.             "Sintax1": "<object>.GetBaseName(<path>)"
  1110.         },
  1111.         {
  1112.             "ID": 142,
  1113.             "Language": 0,
  1114.             "Object": 17,
  1115.             "Name": "GetDrive",
  1116.             "Description": "Returns a Drive object corresponding to the drive in a specified path",
  1117.             "Sintax1": "<object>.GetDrive (<drivespec>);"
  1118.         },
  1119.         {
  1120.             "ID": 143,
  1121.             "Language": 0,
  1122.             "Object": 17,
  1123.             "Name": "GetDriveName",
  1124.             "Description": "Returns a string containing the name of the drive for a specified path",
  1125.             "Sintax1": "<object>.GetDriveName(<path>)"
  1126.         },
  1127.         {
  1128.             "ID": 144,
  1129.             "Language": 0,
  1130.             "Object": 17,
  1131.             "Name": "GetExtensionName",
  1132.             "Description": "Returns a string containing the extension name for the last component in a path",
  1133.             "Sintax1": "<object>.GetExtensionName(<path>)"
  1134.         },
  1135.         {
  1136.             "ID": 145,
  1137.             "Language": 0,
  1138.             "Object": 17,
  1139.             "Name": "GetFile",
  1140.             "Description": "Returns a File object corresponding to the file in a specified path",
  1141.             "Sintax1": "<object>.GetFile(<filespec>)"
  1142.         },
  1143.         {
  1144.             "ID": 146,
  1145.             "Language": 0,
  1146.             "Object": 17,
  1147.             "Name": "GetFileName",
  1148.             "Description": "Returns the last component of specified path that is not part of the drive specification",
  1149.             "Sintax1": "<object>.GetFileName(<pathspec>)"
  1150.         },
  1151.         {
  1152.             "ID": 147,
  1153.             "Language": 0,
  1154.             "Object": 17,
  1155.             "Name": "GetFolder",
  1156.             "Description": "Returns a Folder object corresponding to the folder in a specified path",
  1157.             "Sintax1": "<object>.GetFolder(<folderspec>)"
  1158.         },
  1159.         {
  1160.             "ID": 148,
  1161.             "Language": 0,
  1162.             "Object": 17,
  1163.             "Name": "GetParentFolderName",
  1164.             "Description": "Returns a string containing the name of the parent folder of the last component in a specified path",
  1165.             "Sintax1": "<object>.GetParentFolderName(<path>)"
  1166.         },
  1167.         {
  1168.             "ID": 149,
  1169.             "Language": 0,
  1170.             "Object": 17,
  1171.             "Name": "GetSpecialFolder",
  1172.             "Description": "Returns the special folder object specified",
  1173.             "Sintax1": "<object>.GetSpecialFolder(<folderspec>)"
  1174.         },
  1175.         {
  1176.             "ID": 150,
  1177.             "Language": 0,
  1178.             "Object": 17,
  1179.             "Name": "GetTempName",
  1180.             "Description": "Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder",
  1181.             "Sintax1": "<object>.GetTempName ( );"
  1182.         },
  1183.         {
  1184.             "ID": 151,
  1185.             "Language": 0,
  1186.             "Object": 17,
  1187.             "Name": "MoveFile",
  1188.             "Description": "Moves one or more files from one location to another",
  1189.             "Sintax1": "<object>.MoveFile (<source>, <destination>);"
  1190.         },
  1191.         {
  1192.             "ID": 152,
  1193.             "Language": 0,
  1194.             "Object": 17,
  1195.             "Name": "MoveFolder",
  1196.             "Description": "Moves one or more folders from one location to another",
  1197.             "Sintax1": "<object>.MoveFolder (<source>, <destination> );"
  1198.         },
  1199.         {
  1200.             "ID": 153,
  1201.             "Language": 0,
  1202.             "Object": 17,
  1203.             "Name": "OpenTextFile",
  1204.             "Description": "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file",
  1205.             "Sintax1": "<object>.OpenTextFile(<filename>[, <iomode>[, <create>[, <format>]]])"
  1206.         },
  1207.         {
  1208.             "ID": 154,
  1209.             "Language": 0,
  1210.             "Object": 18,
  1211.             "Name": "Copy",
  1212.             "Description": "Copies a specified file or folder from one location to another",
  1213.             "Sintax1": "<object>.Copy(< destination>[, <overwrite>] );"
  1214.         },
  1215.         {
  1216.             "ID": 155,
  1217.             "Language": 0,
  1218.             "Object": 18,
  1219.             "Name": "Delete",
  1220.             "Description": "Deletes a specified file or folder",
  1221.             "Sintax1": "<object>.Delete( <force >);"
  1222.         },
  1223.         {
  1224.             "ID": 156,
  1225.             "Language": 0,
  1226.             "Object": 18,
  1227.             "Name": "Move",
  1228.             "Description": "Moves a specified file or folder from one location to another",
  1229.             "Sintax1": "<object>.Move( <destination> );"
  1230.         },
  1231.         {
  1232.             "ID": 157,
  1233.             "Language": 0,
  1234.             "Object": 18,
  1235.             "Name": "OpenAsTextStream",
  1236.             "Description": "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file",
  1237.             "Sintax1": "<object>.OpenAsTextStream([<iomode>, [<format>]])"
  1238.         },
  1239.         {
  1240.             "ID": 158,
  1241.             "Language": 0,
  1242.             "Object": 19,
  1243.             "Name": "Close",
  1244.             "Description": "Closes an open TextStream file",
  1245.             "Sintax1": "<object>.Close( );"
  1246.         },
  1247.         {
  1248.             "ID": 159,
  1249.             "Language": 0,
  1250.             "Object": 19,
  1251.             "Name": "Read",
  1252.             "Description": "Reads a specified number of characters from a TextStream file and returns the resulting string",
  1253.             "Sintax1": "<object>.Read(<characters>)"
  1254.         },
  1255.         {
  1256.             "ID": 160,
  1257.             "Language": 0,
  1258.             "Object": 19,
  1259.             "Name": "ReadAll",
  1260.             "Description": "Reads an entire TextStream file and returns the resulting string",
  1261.             "Sintax1": "<object>.ReadAll( );"
  1262.         },
  1263.         {
  1264.             "ID": 161,
  1265.             "Language": 0,
  1266.             "Object": 19,
  1267.             "Name": "ReadLine",
  1268.             "Description": "Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string",
  1269.             "Sintax1": "<object>.ReadLine( )"
  1270.         },
  1271.         {
  1272.             "ID": 162,
  1273.             "Language": 0,
  1274.             "Object": 19,
  1275.             "Name": "Skip",
  1276.             "Description": "Skips a specified number of characters when reading a TextStream file",
  1277.             "Sintax1": "<object>.Skip(<characters>)"
  1278.         },
  1279.         {
  1280.             "ID": 163,
  1281.             "Language": 0,
  1282.             "Object": 19,
  1283.             "Name": "SkipLine",
  1284.             "Description": "Skips the next line when reading a TextStream file",
  1285.             "Sintax1": "<object>.SkipLine( )"
  1286.         },
  1287.         {
  1288.             "ID": 164,
  1289.             "Language": 0,
  1290.             "Object": 19,
  1291.             "Name": "Write",
  1292.             "Description": "Writes a specified string to a TextStream file",
  1293.             "Sintax1": "<object>.Write(<string>)"
  1294.         },
  1295.         {
  1296.             "ID": 165,
  1297.             "Language": 0,
  1298.             "Object": 19,
  1299.             "Name": "WriteBlankLines",
  1300.             "Description": "Writes a specified number of newline characters to a TextStream file",
  1301.             "Sintax1": "<object>.WriteBlankLines(<lines>)"
  1302.         },
  1303.         {
  1304.             "ID": 166,
  1305.             "Language": 0,
  1306.             "Object": 19,
  1307.             "Name": "WriteLine",
  1308.             "Description": "Writes a specified string and newline character to a TextStream file",
  1309.             "Sintax1": "<object>.WriteLine([<string>])"
  1310.         },
  1311.         {
  1312.             "ID": 167,
  1313.             "Language": 1,
  1314.             "Object": 21,
  1315.             "Name": "Add Method (Dictionary)",
  1316.             "Description": "Adds a key and item pair to a Dictionary object.",
  1317.             "Sintax1": "<object>.Add key, item"
  1318.         },
  1319.         {
  1320.             "ID": 168,
  1321.             "Language": 1,
  1322.             "Object": 21,
  1323.             "Name": "Exists",
  1324.             "Description": "Returns True if a specified key exists in the Dictionary object, False if it does not.",
  1325.             "Sintax1": "<object>.Exists(<key>)"
  1326.         },
  1327.         {
  1328.             "ID": 169,
  1329.             "Language": 1,
  1330.             "Object": 21,
  1331.             "Name": "Items",
  1332.             "Description": "Returns an array containing all the items in a Dictionary object.",
  1333.             "Sintax1": "<object>.Items"
  1334.         },
  1335.         {
  1336.             "ID": 170,
  1337.             "Language": 1,
  1338.             "Object": 21,
  1339.             "Name": "Keys",
  1340.             "Description": "Returns an array containing all existing keys in a Dictionary object.",
  1341.             "Sintax1": "<object>.Keys"
  1342.         },
  1343.         {
  1344.             "ID": 171,
  1345.             "Language": 1,
  1346.             "Object": 21,
  1347.             "Name": "Remove",
  1348.             "Description": "Removes a key, item pair from a Dictionary object.",
  1349.             "Sintax1": "<object>.Remove(<key>)"
  1350.         },
  1351.         {
  1352.             "ID": 172,
  1353.             "Language": 1,
  1354.             "Object": 21,
  1355.             "Name": "RemoveAll",
  1356.             "Description": "The RemoveAll method removes all key, item pairs from a Dictionary object.",
  1357.             "Sintax1": "<object>.RemoveAll"
  1358.         },
  1359.         {
  1360.             "ID": 173,
  1361.             "Language": 1,
  1362.             "Object": 24,
  1363.             "Name": "Copy",
  1364.             "Description": "Copies a specified file or folder from one location to another.",
  1365.             "Sintax1": "<object>.Copy destination[, <overwrite>]"
  1366.         },
  1367.         {
  1368.             "ID": 174,
  1369.             "Language": 1,
  1370.             "Object": 24,
  1371.             "Name": "Delete",
  1372.             "Description": "Deletes a specified file or folder.",
  1373.             "Sintax1": "<object>.Delete force"
  1374.         },
  1375.         {
  1376.             "ID": 175,
  1377.             "Language": 1,
  1378.             "Object": 24,
  1379.             "Name": "Move",
  1380.             "Description": "Moves a specified file or folder from one location to another.",
  1381.             "Sintax1": "<object>.Move destination"
  1382.         },
  1383.         {
  1384.             "ID": 176,
  1385.             "Language": 1,
  1386.             "Object": 24,
  1387.             "Name": "OpenAsTextStream",
  1388.             "Description": "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.",
  1389.             "Sintax1": "<object>.OpenAsTextStream([<iomode>, [<format>]])"
  1390.         },
  1391.         {
  1392.             "ID": 177,
  1393.             "Language": 1,
  1394.             "Object": 26,
  1395.             "Name": "BuildPath",
  1396.             "Description": "Appends a name to an existing path.",
  1397.             "Sintax1": "<object>.BuildPath(<path>,< name>)"
  1398.         },
  1399.         {
  1400.             "ID": 178,
  1401.             "Language": 1,
  1402.             "Object": 26,
  1403.             "Name": "CopyFile",
  1404.             "Description": "Copies one or more files from one location to another.",
  1405.             "Sintax1": "<object>.CopyFile source, destination[, <overwrite>]"
  1406.         },
  1407.         {
  1408.             "ID": 179,
  1409.             "Language": 1,
  1410.             "Object": 26,
  1411.             "Name": "CopyFolder",
  1412.             "Description": "Recursively copies a folder from one location to another.",
  1413.             "Sintax1": "<object>.CopyFolder source, destination[, <overwrite>]"
  1414.         },
  1415.         {
  1416.             "ID": 180,
  1417.             "Language": 1,
  1418.             "Object": 26,
  1419.             "Name": "CreateFolder",
  1420.             "Description": "Creates a folder.",
  1421.             "Sintax1": "<object>.CreateFolder(<foldername>)"
  1422.         },
  1423.         {
  1424.             "ID": 181,
  1425.             "Language": 1,
  1426.             "Object": 26,
  1427.             "Name": "CreateTextFile",
  1428.             "Description": "Creates a specified file name and returns a TextStream object that can be used to read from or write to the file.",
  1429.             "Sintax1": "<object>.CreateTextFile(<filename>[, <overwrite>[, <unicode>]])"
  1430.         },
  1431.         {
  1432.             "ID": 182,
  1433.             "Language": 1,
  1434.             "Object": 26,
  1435.             "Name": "DeleteFile",
  1436.             "Description": "Deletes a specified file.",
  1437.             "Sintax1": "<object>.DeleteFile filespec[, <force>]"
  1438.         },
  1439.         {
  1440.             "ID": 183,
  1441.             "Language": 1,
  1442.             "Object": 26,
  1443.             "Name": "DeleteFolder",
  1444.             "Description": "Deletes a specified folder and its contents.",
  1445.             "Sintax1": "<object>.DeleteFolder folderspec[, <force>]"
  1446.         },
  1447.         {
  1448.             "ID": 184,
  1449.             "Language": 1,
  1450.             "Object": 26,
  1451.             "Name": "DriveExists",
  1452.             "Description": "Returns True if the specified drive exists; False if it does not.",
  1453.             "Sintax1": "<object>.DriveExists(<drivespec>)"
  1454.         },
  1455.         {
  1456.             "ID": 185,
  1457.             "Language": 1,
  1458.             "Object": 26,
  1459.             "Name": "FileExists",
  1460.             "Description": "Returns True if a specified file exists; False if it does not.",
  1461.             "Sintax1": "<object>.FileExists(<filespec>)"
  1462.         },
  1463.         {
  1464.             "ID": 186,
  1465.             "Language": 1,
  1466.             "Object": 26,
  1467.             "Name": "FolderExists",
  1468.             "Description": "Returns True if a specified folder exists; False if it does not.",
  1469.             "Sintax1": "<object>.FolderExists(<folderspec>)"
  1470.         },
  1471.         {
  1472.             "ID": 187,
  1473.             "Language": 1,
  1474.             "Object": 26,
  1475.             "Name": "GetAbsolutePathName",
  1476.             "Description": "Returns a complete and unambiguous path from a provided path specification.",
  1477.             "Sintax1": "<object>.GetAbsolutePathName(<pathspec>)"
  1478.         },
  1479.         {
  1480.             "ID": 188,
  1481.             "Language": 1,
  1482.             "Object": 26,
  1483.             "Name": "GetBaseName",
  1484.             "Description": "Returns a string containing the base name of the file (less any file extension), or folder in a provided path specification.",
  1485.             "Sintax1": "<object>.GetBaseName(<path>)"
  1486.         },
  1487.         {
  1488.             "ID": 190,
  1489.             "Language": 1,
  1490.             "Object": 26,
  1491.             "Name": "GetDriveName",
  1492.             "Description": "Returns a string containing the name of the drive for a specified path.",
  1493.             "Sintax1": "<object>.GetDriveName(<path>)"
  1494.         },
  1495.         {
  1496.             "ID": 191,
  1497.             "Language": 1,
  1498.             "Object": 26,
  1499.             "Name": "GetExtensionName",
  1500.             "Description": "Returns a string containing the extension name for the last component in a path.",
  1501.             "Sintax1": "<object>.GetExtensionName(<path>)"
  1502.         },
  1503.         {
  1504.             "ID": 192,
  1505.             "Language": 1,
  1506.             "Object": 26,
  1507.             "Name": "GetFile",
  1508.             "Description": "Returns a File object corresponding to the file in a specified path.",
  1509.             "Sintax1": "<object>.GetFile(<filespec>)"
  1510.         },
  1511.         {
  1512.             "ID": 193,
  1513.             "Language": 1,
  1514.             "Object": 26,
  1515.             "Name": "GetFileName",
  1516.             "Description": "Returns the last file name or folder of a specified path that is not part of the drive specification.",
  1517.             "Sintax1": "<object>.GetFileName(<pathspec>)"
  1518.         },
  1519.         {
  1520.             "ID": 194,
  1521.             "Language": 1,
  1522.             "Object": 26,
  1523.             "Name": "GetFolder",
  1524.             "Description": "Returns a Folder object corresponding to the folder in a specified path.",
  1525.             "Sintax1": "<object>.GetFolder(<folderspec>)"
  1526.         },
  1527.         {
  1528.             "ID": 195,
  1529.             "Language": 1,
  1530.             "Object": 26,
  1531.             "Name": "GetParentFolderName",
  1532.             "Description": "Returns a string containing the name of the parent folder of the last file or folder in a specified path.",
  1533.             "Sintax1": "<object>.GetParentFolderName(<path>)"
  1534.         },
  1535.         {
  1536.             "ID": 196,
  1537.             "Language": 1,
  1538.             "Object": 26,
  1539.             "Name": "GetSpecialFolder",
  1540.             "Description": "Returns the special folder specified.",
  1541.             "Sintax1": "<object>.GetSpecialFolder(<folderspec>)"
  1542.         },
  1543.         {
  1544.             "ID": 197,
  1545.             "Language": 1,
  1546.             "Object": 26,
  1547.             "Name": "GetTempName",
  1548.             "Description": "Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder.",
  1549.             "Sintax1": "<object>.GetTempName"
  1550.         },
  1551.         {
  1552.             "ID": 198,
  1553.             "Language": 1,
  1554.             "Object": 26,
  1555.             "Name": "MoveFile",
  1556.             "Description": "Moves one or more files from one location to another.",
  1557.             "Sintax1": "<object>.MoveFile source, destination"
  1558.         },
  1559.         {
  1560.             "ID": 199,
  1561.             "Language": 1,
  1562.             "Object": 26,
  1563.             "Name": "MoveFolder",
  1564.             "Description": "Moves one or more folders from one location to another.",
  1565.             "Sintax1": "<object>.MoveFolder source, destination"
  1566.         },
  1567.         {
  1568.             "ID": 201,
  1569.             "Language": 1,
  1570.             "Object": 27,
  1571.             "Name": "Copy",
  1572.             "Description": "Copies a specified file or folder from one location to another.",
  1573.             "Sintax1": "<object>.Copy destination[, <overwrite>]"
  1574.         },
  1575.         {
  1576.             "ID": 202,
  1577.             "Language": 1,
  1578.             "Object": 27,
  1579.             "Name": "Delete",
  1580.             "Description": "Deletes a specified file or folder.",
  1581.             "Sintax1": "<object>.Delete force"
  1582.         },
  1583.         {
  1584.             "ID": 203,
  1585.             "Language": 1,
  1586.             "Object": 27,
  1587.             "Name": "Move",
  1588.             "Description": "Moves a specified file or folder from one location to another.",
  1589.             "Sintax1": "<object>.Move destination"
  1590.         },
  1591.         {
  1592.             "ID": 204,
  1593.             "Language": 1,
  1594.             "Object": 27,
  1595.             "Name": "CreateTextFile",
  1596.             "Description": "Creates a specified file name and returns a TextStream object that can be used to read from or write to the file.",
  1597.             "Sintax1": "<object>.CreateTextFile(<filename>[, <overwrite>[, <unicode>]])"
  1598.         },
  1599.         {
  1600.             "ID": 205,
  1601.             "Language": 1,
  1602.             "Object": 28,
  1603.             "Name": "Add Method (Folders)",
  1604.             "Description": "Adds a new Folder to a Folders collection.",
  1605.             "Sintax1": "<object>.Add(<folderName>)"
  1606.         },
  1607.         {
  1608.             "ID": 206,
  1609.             "Language": 1,
  1610.             "Object": 29,
  1611.             "Name": "Close",
  1612.             "Description": "Closes an open TextStream file.",
  1613.             "Sintax1": "<object>.Close"
  1614.         },
  1615.         {
  1616.             "ID": 207,
  1617.             "Language": 1,
  1618.             "Object": 29,
  1619.             "Name": "Read",
  1620.             "Description": "Reads a specified number of characters from a TextStream file and returns the resulting string.",
  1621.             "Sintax1": "<object>.Read(<characters>)"
  1622.         },
  1623.         {
  1624.             "ID": 208,
  1625.             "Language": 1,
  1626.             "Object": 29,
  1627.             "Name": "ReadAll",
  1628.             "Description": "Reads an entire TextStream file and returns the resulting string.",
  1629.             "Sintax1": "<object>.ReadAll"
  1630.         },
  1631.         {
  1632.             "ID": 209,
  1633.             "Language": 1,
  1634.             "Object": 29,
  1635.             "Name": "ReadLine",
  1636.             "Description": "Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string.",
  1637.             "Sintax1": "<object>.ReadLine"
  1638.         },
  1639.         {
  1640.             "ID": 210,
  1641.             "Language": 1,
  1642.             "Object": 29,
  1643.             "Name": "Skip",
  1644.             "Description": "Skips a specified number of characters when reading a TextStream file.",
  1645.             "Sintax1": "<object>.Skip(<characters>)\r\n<object>.Skip(<characters>)\r\nobject.Skip(characters)"
  1646.         },
  1647.         {
  1648.             "ID": 211,
  1649.             "Language": 1,
  1650.             "Object": 29,
  1651.             "Name": "SkipLine",
  1652.             "Description": "Skips the next line when reading a TextStream file.",
  1653.             "Sintax1": "<object>.SkipLine"
  1654.         },
  1655.         {
  1656.             "ID": 213,
  1657.             "Language": 1,
  1658.             "Object": 29,
  1659.             "Name": "WriteLine",
  1660.             "Description": "Writes a specified string and newline character to a TextStream file.",
  1661.             "Sintax1": "<object>.WriteLine([<string>])"
  1662.         },
  1663.         {
  1664.             "ID": 214,
  1665.             "Language": 1,
  1666.             "Object": 29,
  1667.             "Name": "WriteBlankLines",
  1668.             "Description": "Writes a specified number of newline characters to a TextStream file.",
  1669.             "Sintax1": "<object>.WriteBlankLines(<lines>)"
  1670.         },
  1671.         {
  1672.             "ID": 215,
  1673.             "Language": 1,
  1674.             "Object": 30,
  1675.             "Name": "Clear",
  1676.             "Description": "Clears all property settings of the Err object.",
  1677.             "Sintax1": "<object>.Clear"
  1678.         },
  1679.         {
  1680.             "ID": 216,
  1681.             "Language": 1,
  1682.             "Object": 30,
  1683.             "Name": "Raise",
  1684.             "Description": "Generates a run-time error.",
  1685.             "Sintax1": "<object>.Raise(<number>, <source>, <description>, <helpfile>, <helpcontext>)"
  1686.         },
  1687.         {
  1688.             "ID": 217,
  1689.             "Language": 1,
  1690.             "Object": 33,
  1691.             "Name": "Execute",
  1692.             "Description": "Executes a regular expression search against a specified string.",
  1693.             "Sintax1": "<object>.Execute(<string>)"
  1694.         },
  1695.         {
  1696.             "ID": 218,
  1697.             "Language": 1,
  1698.             "Object": 33,
  1699.             "Name": "Replace",
  1700.             "Description": "Replaces text found in a regular expression search.",
  1701.             "Sintax1": "<object>.Replace(<string1>, <string2>)"
  1702.         },
  1703.         {
  1704.             "ID": 219,
  1705.             "Language": 1,
  1706.             "Object": 33,
  1707.             "Name": "Test",
  1708.             "Description": "Executes a regular expression search against a specified string and returns a Boolean value that indicates if a pattern match was found.",
  1709.             "Sintax1": "<object>.Test(<string>)"
  1710.         },
  1711.         {
  1712.             "ID": 25,
  1713.             "Language": 0,
  1714.             "Object": 8,
  1715.             "Name": "substring",
  1716.             "Description": "Returns the substring at the specified location within a String object",
  1717.             "Sintax1": "<strVariable>.substring(<start>, <end>)",
  1718.             "Sintax2": "\"<String Literal>\".substring(<start>, <end>)"
  1719.         },
  1720.         {
  1721.             "ID": 34,
  1722.             "Language": 0,
  1723.             "Object": 3,
  1724.             "Name": "slice",
  1725.             "Description": "Returns a section of an array",
  1726.             "Sintax1": "<arrayObj>.slice(<start>, [<end>])"
  1727.         },
  1728.         {
  1729.             "ID": 73,
  1730.             "Language": 0,
  1731.             "Object": 2,
  1732.             "Name": "setYear",
  1733.             "Description": "Sets the year value in the Date object",
  1734.             "Sintax1": "<objDate>.setYear(<numYear>)"
  1735.         },
  1736.         {
  1737.             "ID": 90,
  1738.             "Language": 0,
  1739.             "Object": 7,
  1740.             "Name": "atan",
  1741.             "Description": "Returns the arctangent of a number",
  1742.             "Sintax1": "Math.atan(<number>)"
  1743.         },
  1744.         {
  1745.             "ID": 100,
  1746.             "Language": 0,
  1747.             "Object": 7,
  1748.             "Name": "random",
  1749.             "Description": "Returns a pseudorandom number between 0 and 1",
  1750.             "Sintax1": "Math.random( )"
  1751.         },
  1752.         {
  1753.             "ID": 138,
  1754.             "Language": 0,
  1755.             "Object": 17,
  1756.             "Name": "FileExists",
  1757.             "Description": "Returns True if a specified file exists; False if it does not",
  1758.             "Sintax1": "<object>.FileExists(<filespec>)"
  1759.         },
  1760.         {
  1761.             "ID": 189,
  1762.             "Language": 1,
  1763.             "Object": 26,
  1764.             "Name": "GetDrive",
  1765.             "Description": "Returns a Drive object corresponding to the drive in a specified path.",
  1766.             "Sintax1": "<object>.GetDrive drivespec"
  1767.         },
  1768.         {
  1769.             "ID": 212,
  1770.             "Language": 1,
  1771.             "Object": 29,
  1772.             "Name": "Write",
  1773.             "Description": "Writes a specified string to a TextStream file.\r\nSyntax",
  1774.             "Sintax1": "<object>.Write(<string>)"
  1775.         },
  1776.         {
  1777.             "ID": 200,
  1778.             "Language": 1,
  1779.             "Object": 26,
  1780.             "Name": "OpenTextFile",
  1781.             "Description": "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.",
  1782.             "Sintax1": "<object>.OpenTextFile(<filename>[, <iomode>[, <create>[, <format>]]])"
  1783.         }
  1784.     ]
  1785. }